home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / ezdial10.arc / BYE.SLT < prev    next >
Text File  |  1988-07-07  |  161b  |  13 lines

  1. //
  2. //
  3.  
  4. str bye[] = "hangup^M";
  5.  
  6. main()
  7. {
  8.  cputs("^M");
  9.  clear_scr();
  10.  prints("Hanging up at this time!!! Press ALT-X to exit Telix");
  11.  cputs(bye);
  12. }
  13.